@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;1,300&display=swap');


body {
  font-family: 'roboto', regular 400;
  font-size: 16px;
  line-height: 1.5;
  color: hsl(0, 0%, 100%);
  margin: 0;
  padding: 0;
}

header {
  background-color: #2558ff;
  padding: 20px;
}

h1 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto', regular;
  color: #1d2d62;
  text-align: justify;
}

h2 {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  font-family: 'Orbitron', regular;
  color: #ffffff;
  text-align: center;
}

h3 {
  margin: 0;
  font-size: 48px;
  font-weight: bold;
  font-family: 'Orbitron', regular;
  color: #02136e;
  text-align: center;
}
a {
  text-decoration: none;
  color: #1d2d62;
}
p {
  margin: 20px 0;
  font-family: 'roboto', sans-serif;
  color: #041726;
  text-align: center;
  text-justify: auto;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #aba9fa;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #041726;
  font-family: 'roboto', sans-serif;
}

footer p {
  margin: 0;
  color: #02136e;
}

footer a {
  color: #02136e;
  text-decoration: none;
  font-family: 'Orbitron', sans-serif;
}

div {
  text-align: center;
}

.social-icons {
  display: list-item;
  justify-content: space-around;
  margin: 50px;

}

.social-icons a {
  text-decoration: none;
  color: #02136e;
  font-size: 50px;
  padding: 15px;
}